adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IReadOnlyDictionary<TKey,TValue> Interface
Properties Methods

In This Topic
    IReadOnlyDictionary<TKey,TValue> Interface Members
    In This Topic

    The following tables list the members exposed by IReadOnlyDictionary<TKey,TValue>.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). (Inherited from System.Collections.ICollection)
     Property  
     PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from System.Collections.ICollection)
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     Method  
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>)
     MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     Method  
    Top
    See Also